home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08SMP.ZIP / usr / samples / cont1 / Makefile < prev   
Encoding:
Makefile  |  1996-02-13  |  177 b   |  10 lines

  1. all:    cont1.exe
  2.  
  3. cont1.exe:    cont1.m
  4.     gcc -O2 -o cont1.exe cont1.m -lobjcpm -lobjcutil -lobjc -s
  5.     emxbind -ep cont1.exe
  6.     emxbind -s cont1.exe
  7.  
  8. clean:
  9.     rm -f cont1.exe *~
  10.